projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d8c1c9
)
Minor doc fixup
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 May 2014 15:42:31 +0000
(11:42 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 13 May 2014 15:56:23 +0000
(11:56 -0400)
gtk/gtktreestore.c
patch
|
blob
|
history
diff --git
a/gtk/gtktreestore.c
b/gtk/gtktreestore.c
index 1ef7a3989c4dacf5441c2c2727ebe77dde9aa433..a6e47af3981e8a8c216b62b38f9e19637df7c021 100644
(file)
--- a/
gtk/gtktreestore.c
+++ b/
gtk/gtktreestore.c
@@
-2248,8
+2248,8
@@
gtk_tree_store_reorder_func (gconstpointer a,
/**
* gtk_tree_store_reorder: (skip)
- * @tree_store: A #GtkTreeStore
.
- * @parent: A #GtkTreeIter
.
+ * @tree_store: A #GtkTreeStore
+ * @parent: A #GtkTreeIter
, or %NULL
* @new_order: (array): an array of integers mapping the new position of each child
* to its old position before the re-ordering,
* i.e. @new_order`[newpos] = oldpos`.